home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Languguage OS 2
/
Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO
/
a_utils
/
ffccflow
/
ffccflow.lha
/
ffccc+flow
/
ffccc
/
CKEYCOM.h
< prev
next >
Wrap
Text File
|
1992-07-31
|
1KB
|
34 lines
*IF DEF,NEVER
*-----------------------------------------------------------------------
* NORSET = no. of OR-sets
* NGLSET = no. of global commands
* NKYNAM = no. of names in SKEYLS
* NKYSTR = no. of strings in SKYSTR
* LKYSTR = occupation of SKYSTR
* NKYCHR = no. of string refs in KSTREF
* NORCOM = no. of commands / OR-set
* KORCOM = start-1 of each OR-set in KEYREF
* KEYREF
* (I,1) = ref. number (=pos.) of key
* (I,2) = no. of integers in KEYINT
* (I,3) = start-1 of integers in KEYINT
* (I,4) = no. of names in SKEYLS
* (I,5) = start-1 of names in SKEYLS
* (I,6) = no. of string refs in KSTREF
* (I,7) = start-1 of string refs in KSTREF
* KEYINT = integer list for sub-keys etc.
* KNAMRF
* (I,1) = ref. to string following name, or zero if none,
* or < 0 if to be ignored (illegal)
* (I,2) = ref. to replacement string, or zero
* KSTREF
* (I,1) = ref. to string (stand alone), or < 0 if illegal
* (I,2) = ref. to replacement string for above, or zero
* KKYSTA = start of string in SKYSTR
* KKYEND = end of string in SKYSTR
*
* SKEYLS = name list for input commands
* SKYSTR = contains stand-alone or name-associated strings
*-----------------------------------------------------------------------
*EI